docs: Remove unnecessary SECTION
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 12 May 2020 17:44:21 +0000 (18:44 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 12 May 2020 17:44:21 +0000 (18:44 +0100)
The GdkDragSurface definitions fall under the "dnd" section.

gdk/gdkdragsurface.c

index 1bbafdc672b180e96ff90ea671cec1618b0799b1..971584c0420ab8c24b433f55507d90f9acc919e0 100644 (file)
 #include "gdkintl.h"
 
 /**
- * SECTION:dnd
- * @Short_description: Interface for drag surface surfaces
- * @Title: Drag surfaces
+ * GdkDragSurface:
  *
- * A #GdkDragSurface is a surface that is used during a
- * DND operation.
+ * A #GdkDragSurface is an interface implemented by #GdkSurfaces used
+ * during a DND operation.
  */
 
 G_DEFINE_INTERFACE (GdkDragSurface, gdk_drag_surface, GDK_TYPE_SURFACE)